CSharpTest.Net
Start(TimeSpan,Action,Action<Exception>) Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Delegates Namespace > TimeoutAction Class > Start Method : Start(TimeSpan,Action,Action<Exception>) Method

wait
perform
onerror

Glossary Item Box

Enqueues a task to be performed at some time in the future

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Start( _
   ByVal wait As TimeSpan, _
   ByVal perform As Action, _
   ByVal onerror As Action(Of Exception) _
) As TimeoutAction
C# 
public static TimeoutAction Start( 
   TimeSpan wait,
   Action perform,
   Action<Exception> onerror
)

Parameters

wait
perform
onerror

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys